﻿2026-07-19T11:14:09.5008038Z ##[group]Run actions/checkout@v5
2026-07-19T11:14:09.5008503Z with:
2026-07-19T11:14:09.5008874Z   fetch-depth: 0
2026-07-19T11:14:09.5009204Z   repository: BigscreenVR/spt-bs-core
2026-07-19T11:14:09.5011658Z   token: ***
2026-07-19T11:14:09.5011954Z   ssh-strict: true
2026-07-19T11:14:09.5012244Z   ssh-user: git
2026-07-19T11:14:09.5012550Z   persist-credentials: true
2026-07-19T11:14:09.5012876Z   clean: true
2026-07-19T11:14:09.5013166Z   sparse-checkout-cone-mode: true
2026-07-19T11:14:09.5013529Z   fetch-tags: false
2026-07-19T11:14:09.5013871Z   show-progress: true
2026-07-19T11:14:09.5014165Z   lfs: false
2026-07-19T11:14:09.5014445Z   submodules: false
2026-07-19T11:14:09.5014744Z   set-safe-directory: true
2026-07-19T11:14:09.5015089Z ##[endgroup]
2026-07-19T11:14:09.6706190Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-19T11:14:09.6707567Z ##[group]Getting Git version info
2026-07-19T11:14:09.6708069Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-19T11:14:09.6956071Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-19T11:14:09.7151999Z git version 2.43.0.windows.1
2026-07-19T11:14:09.7174753Z ##[endgroup]
2026-07-19T11:14:09.7182052Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\9669310b-632d-4ed0-b921-45f13cd716fc\.gitconfig'
2026-07-19T11:14:09.7195588Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\9669310b-632d-4ed0-b921-45f13cd716fc' before making global git config changes
2026-07-19T11:14:09.7196537Z Adding repository directory to the temporary git global config as a safe directory
2026-07-19T11:14:09.7200363Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-19T11:14:09.7427189Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-19T11:14:09.7613877Z https://github.com/BigscreenVR/spt-bs-core
2026-07-19T11:14:09.7636728Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-19T11:14:09.7640645Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-19T11:14:09.7836645Z HEAD
2026-07-19T11:14:09.8092545Z ##[endgroup]
2026-07-19T11:14:09.8096153Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-19T11:14:10.1679926Z ##[group]Cleaning the repository
2026-07-19T11:14:10.1680721Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-19T11:14:18.4227752Z Removing target/
2026-07-19T11:14:18.4272788Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-19T11:14:18.5207281Z HEAD is now at 930898df Merge 4637a4c76e65e4b75867121cefd8351219240643 into 622a7061713d5d5aa7697fedfc0d303e5d67719c
2026-07-19T11:14:18.5234086Z ##[endgroup]
2026-07-19T11:14:18.5234523Z ##[group]Disabling automatic garbage collection
2026-07-19T11:14:18.5238977Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-19T11:14:18.5460948Z ##[endgroup]
2026-07-19T11:14:18.5461387Z ##[group]Setting up auth
2026-07-19T11:14:18.5466811Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-19T11:14:18.5693793Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-19T11:14:18.9382542Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-19T11:14:18.9614260Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-19T11:14:19.3367812Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-19T11:14:19.3588891Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-19T11:14:19.7077794Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-19T11:14:19.7370584Z ##[endgroup]
2026-07-19T11:14:19.7371020Z ##[group]Fetching the repository
2026-07-19T11:14:19.7378071Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +930898df6066b012220d4a769fad312e02c9431b:refs/remotes/pull/34/merge
2026-07-19T11:14:21.9647094Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-19T11:14:21.9647690Z  * [new branch]        build/teardown-authority-w1 -> origin/build/teardown-authority-w1
2026-07-19T11:14:21.9762318Z ##[endgroup]
2026-07-19T11:14:21.9762644Z ##[group]Determining the checkout info
2026-07-19T11:14:21.9763036Z ##[endgroup]
2026-07-19T11:14:21.9767934Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-19T11:14:22.0025582Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-19T11:14:22.0240041Z ##[group]Checking out the ref
2026-07-19T11:14:22.0244214Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/34/merge
2026-07-19T11:14:22.0606938Z HEAD is now at 930898df Merge 4637a4c76e65e4b75867121cefd8351219240643 into 622a7061713d5d5aa7697fedfc0d303e5d67719c
2026-07-19T11:14:22.0625327Z ##[endgroup]
2026-07-19T11:14:22.0862465Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-19T11:14:22.1064151Z 930898df6066b012220d4a769fad312e02c9431b
